dm: serial: ns16550: Add pre-reloc flag to the driver
authorSimon Glass <[email protected]>
Fri, 4 Dec 2015 15:58:38 +0000 (08:58 -0700)
committerTom Rini <[email protected]>
Sat, 5 Dec 2015 23:22:38 +0000 (18:22 -0500)
commitb7e5a6439f3075ec79f8d38a3572fc3b68d583d3
tree11fe04dc0e0458d32682de7d852d86a4ceef4f25
parent7705bdfcd746b8465fec8b3375cba78827884d22
dm: serial: ns16550: Add pre-reloc flag to the driver

For platforms that don't use device tree in SPL the only way to mark this
driver as 'required by relocation' is with the DM_FLAG_PRE_RELOC flag. Add
this to ensure that the driver is bound.

Fixes: fde7e18938d8 ("dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig")
Signed-off-by: Simon Glass <[email protected]>
Reported-by: Stephen Warren <[email protected]>
Acked-by: Thomas Chou <[email protected]>
drivers/serial/ns16550.c